!rtemspoolcache

Displays chunk information within the pool cache of an external memory allocation space (MSpace) of a process. For each segment, the command shows chunk range and free or used information.

Syntax

!rtemspoolcache <process> 

Parameters

process

RTSS process object address.

Remarks

For a glossary of common terms found in command output, see RTX64 WinDbg Extension Commands Glossary.

This command is supported for:

Requirements

Minimum Supported Version RTX64 4.0

Examples

!rtemspoolcache 0xffffcf0ab70e0010

Process 0xffffcf0ab70e0010 External MSpace Pool Cache:

Start address         End address           Size (bytes)  Type
0xffffcf0ab7131000    0xffffcf0ab7221000    0x000f0000    Segment
0xffffcf0ab7131000    0xffffcf0ab7220fb0    0x000effb0    Free
0xffffcf0ab7220fb0    0xffffcf0ab7220fe0    0x00000030    Used
0xffffcf0ab7370000    0xffffcf0ab7430000    0x000c0000    Segment
0xffffcf0ab7370000    0xffffcf0ab742ffb0    0x000bffb0    Free
0xffffcf0ab742ffb0    0xffffcf0ab742ffe0    0x00000030    Used
0xffffcf0ab7431000    0xffffcf0ab7441000    0x00010000    Segment
0xffffcf0ab7431000    0xffffcf0ab74313e0    0x000003e0    Used
0xffffcf0ab74313e0    0xffffcf0ab74323f0    0x00001010    Used
0xffffcf0ab74323f0    0xffffcf0ab7432410    0x00000020    Used
0xffffcf0ab7432410    0xffffcf0ab7432520    0x00000110    Used
0xffffcf0ab7432520    0xffffcf0ab7432560    0x00000040    Used
0xffffcf0ab7432560    0xffffcf0ab7432d70    0x00000810    Used
0xffffcf0ab7432d70    0xffffcf0ab7432d90    0x00000020    Free
0xffffcf0ab7432d90    0xffffcf0ab7432db0    0x00000020    Used
0xffffcf0ab7432db0    0xffffcf0ab7432dd0    0x00000020    Used
0xffffcf0ab7432dd0    0xffffcf0ab7433de0    0x00001010    Used
0xffffcf0ab7433de0    0xffffcf0ab7434df0    0x00001010    Used
0xffffcf0ab7434df0    0xffffcf0ab7440fb0    0x0000c1c0    Free
0xffffcf0ab7440fb0    0xffffcf0ab7440fe0    0x00000030    Used
0xffffcf0ab7461000    0xffffcf0ab7551000    0x000f0000    Segment
0xffffcf0ab7461000    0xffffcf0ab7550fb0    0x000effb0    Free
0xffffcf0ab7550fb0    0xffffcf0ab7550fe0    0x00000030    Used
......
0xffffcf0be0791000    0xffffcf0be0881000    0x000f0000    Segment
0xffffcf0be0791000    0xffffcf0be0880fb0    0x000effb0    Free
0xffffcf0be0880fb0    0xffffcf0be0880fe0    0x00000030    Used
0xffffcf0be1851000    0xffffcf0be1881000    0x00030000    Segment
0xffffcf0be1851000    0xffffcf0be1881000    0x00030000    Free (at top)

Free pool cache (bytes):                0x000000000528a660
Used pool cache (bytes):                0x0000000000004e80
Largest contiguous free block (bytes):  0x00000000000effb0
Free blocks in pool cache:              0x000000000000005b

Related topics: